projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5ca8b
)
(syms_of_abbrev) <last-abbrev-text>: Doc fix.
author
Juanma Barranquero
<lekktu@gmail.com>
Sun, 10 Dec 2006 23:08:00 +0000
(23:08 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Sun, 10 Dec 2006 23:08:00 +0000
(23:08 +0000)
src/abbrev.c
patch
|
blob
|
history
diff --git
a/src/abbrev.c
b/src/abbrev.c
index 09c42030fe8c12f37a5963610e2ad7ae6a1afbf4..45d00728242b40b7227614f0edaa35e0e520c84b 100644
(file)
--- a/
src/abbrev.c
+++ b/
src/abbrev.c
@@
-679,7
+679,7
@@
for any particular abbrev defined in both. */);
DEFVAR_LISP ("last-abbrev-text", &Vlast_abbrev_text,
doc: /* The exact text of the last abbrev expanded.
-
nil if
the abbrev has already been unexpanded. */);
+
A value of nil means
the abbrev has already been unexpanded. */);
DEFVAR_INT ("last-abbrev-location", &last_abbrev_point,
doc: /* The location of the start of the last abbrev expanded. */);